Skip to content

chore(deps): update dependency ruff to v0.15.9#1040

Merged
mergify[bot] merged 1 commit intomainfrom
renovate/ruff-0.x
Apr 2, 2026
Merged

chore(deps): update dependency ruff to v0.15.9#1040
mergify[bot] merged 1 commit intomainfrom
renovate/ruff-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

This PR contains the following updates:

Package Change Age Confidence
ruff (source, changelog) ==0.15.8==0.15.9 age confidence

Release Notes

astral-sh/ruff (ruff)

v0.15.9

Compare Source

Released on 2026-04-02.

Preview features
  • [pyflakes] Flag annotated variable redeclarations as F811 in preview mode (#​24244)
  • [ruff] Allow dunder-named assignments in non-strict mode for RUF067 (#​24089)
Bug fixes
  • [flake8-errmsg] Avoid shadowing existing msg in fix for EM101 (#​24363)
  • [flake8-simplify] Ignore pre-initialization references in SIM113 (#​24235)
  • [pycodestyle] Fix W391 fixes for consecutive empty notebook cells (#​24236)
  • [pyupgrade] Fix UP008 nested class matching (#​24273)
  • [pyupgrade] Ignore strings with string-only escapes (UP012) (#​16058)
  • [ruff] RUF072: skip formfeeds on dedent (#​24308)
  • [ruff] Avoid re-using symbol in RUF024 fix (#​24316)
  • [ruff] Parenthesize expression in RUF050 fix (#​24234)
  • Disallow starred expressions as values of starred expressions (#​24280)
Rule changes
  • [flake8-simplify] Suppress SIM105 for except* before Python 3.12 (#​23869)
  • [pyflakes] Extend F507 to flag %-format strings with zero placeholders (#​24215)
  • [pyupgrade] UP018 should detect more unnecessarily wrapped literals (UP018) (#​24093)
  • [pyupgrade] Fix UP008 callable scope handling to support lambdas (#​24274)
  • [ruff] RUF010: Mark fix as unsafe when it deletes a comment (#​24270)
Formatter
  • Add nested-string-quote-style formatting option (#​24312)
Documentation
  • [flake8-bugbear] Clarify RUF071 fix safety for non-path string comparisons (#​24149)
  • [flake8-type-checking] Clarify import cycle wording for TC001/TC002/TC003 (#​24322)
Other changes
  • Avoid rendering fix lines with trailing whitespace after | (#​24343)
Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mergify mergify bot had a problem deploying to Mergify Merge Protections March 26, 2026 21:53 Failure
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 26, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 🤖 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success=ci-gate

🟢 👀 Review Requirements

Wonderful, this rule succeeded.
  • any of:
    • author = renovate[bot]
    • #approved-reviews-by>=2
    • author = dependabot[bot]
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

jd added a commit that referenced this pull request Apr 2, 2026
Bump ruff from 0.15.7 to 0.15.8. Fix new RUF050 violation
(unnecessary-if) in cli.py where the return value of
_print_quarantine_section() was being discarded via `if ...: pass`.

Replaces #1040

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Change-Id: I3edfc7876932eeebbb6c72713d1f32c72a8c48ba
Claude-Session-Id: c1cc3532-8b4a-4638-a3e1-cac331a8bedb
mergify bot pushed a commit that referenced this pull request Apr 2, 2026
Bump ruff from 0.15.7 to 0.15.8. Fix new RUF050 violation
(unnecessary-if) in cli.py where the return value of
_print_quarantine_section() was being discarded via `if ...: pass`.

Replaces #1040

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.15.8 chore(deps): update dependency ruff to v0.15.8 - autoclosed Apr 2, 2026
@renovate renovate bot closed this Apr 2, 2026
@renovate renovate bot deleted the renovate/ruff-0.x branch April 2, 2026 09:41
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.15.8 - autoclosed chore(deps): update dependency ruff to v0.15.9 Apr 2, 2026
@renovate renovate bot reopened this Apr 2, 2026
@renovate renovate bot force-pushed the renovate/ruff-0.x branch 2 times, most recently from 27aac25 to 989bf71 Compare April 2, 2026 20:42
@mergify mergify bot deployed to Mergify Merge Protections April 2, 2026 20:42 Active
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Apr 2, 2026

Merge Queue Status

  • Entered queue2026-04-02 20:44 UTC · Rule: dependencies
  • Checks skipped · PR is already up-to-date
  • Merged2026-04-02 20:50 UTC · at 989bf711d10d0b0bdbd87eebb1ccafc340deb849

This pull request spent 6 minutes 19 seconds in the queue, including 2 seconds running CI.

Required conditions to merge

@mergify mergify bot added the queued label Apr 2, 2026
@mergify mergify bot merged commit 989bf71 into main Apr 2, 2026
11 checks passed
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Apr 2, 2026

This pull request, with head sha 989bf711d10d0b0bdbd87eebb1ccafc340deb849, has been successfully merged with fast-forward by Mergify.

This pull request will be automatically closed by GitHub.

As soon as GitHub detects that the sha 989bf711d10d0b0bdbd87eebb1ccafc340deb849 is part of the main branch, it will mark this pull request as merged.

It is possible for this pull request to remain open if this detection does not happen, this usually happens when a force-push is done on this branch renovate/ruff-0.x, this means GitHub will fail to detect the merge.

@mergify mergify bot removed the queued label Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants